From d2ff5c8e532ec4f4dccb19e34a398af0131025b6 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 13 Jul 2006 11:43:52 +0000 Subject: [PATCH] (scan_sexps_forward): Use EMACS_INT for out_bytepos and out_charpos. --- src/syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syntax.c b/src/syntax.c index 4f1bbb2d6b4..9959c17ad47 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -2702,7 +2702,7 @@ scan_sexps_forward (stateptr, from, from_byte, end, targetdepth, int boundary_stop = commentstop == -1; int nofence; int found; - int out_bytepos, out_charpos; + EMACS_INT out_bytepos, out_charpos; int temp; prev_from = from; -- 2.30.2